This file documents major changes between major releases. A major release is
defined as one that has been uploaded to ticalc.org; a major change is one
that may be of interest to anyone other than myself. For more specific change
information, see the SVN log (CHANGES.TXT).

==============================================================================
Release 4 (r762)
==============================================================================

[Fixes]

 * Includes corrected documentation (Graphics section described the coordinate
   system incorrectly).

[Features]

 * Addition of preliminary (incomplete) matrix statements.

==============================================================================
Release 3 (r720)
==============================================================================

[Fixes]

 * Corrected completely broken POINT command.

==============================================================================
Release 2 (r718)
==============================================================================

[Features]

 * Addition of CIRCLE [FILL], ELLIPSE [FILL], FILL, RECTANGLE [FILL] graphics
   helper statements.
 * Addition of BY keyword in drawing operations to force relative coordinates.
 * PLOT with only two arguments (X,Y) will plot a single point (equivalent to
   PLOT 69,X,Y).
 * Addition of *FONT SMALL|LARGE command to draw large text in a small text
   MODE and vice-versa.
 * Addition of *GBUF command to relocate the graphics buffer.

 * Addition of the WHILE...ENDWHILE loop structure.
 * Addition of EXIT FOR|REPEAT|WHILE statements.

 * EXT# now works as a statement to set the length of a file as well as a
   function to retrieve it.

 * Addition of WAIT and SWAP statements.

 * Added REPLACE$ and REVERSE$ assembly API routines.

[Fixes]

 * Inverted parallelograms no longer have a line of unset pixels between two
   of the corners.
 * The outline of circles and ellipses is now the same when drawn filled as
   when drawn outlined.
 * Circles are drawn significantly faster if the point on the circumference to
   indicate the size shares the same X or Y component as the centre.

 * SAVEing over files where the old one is smaller than the new one and there
   is insufficient room for the new one will no longer delete the old one.

 * Various file handling fixes.

 * The .NET program editor should now run on 64-bit Windows.

==============================================================================
Release 1 (r627).
==============================================================================

 * First release to ticalc.org.